Returns the current Date in the Pc's format.
#Include <date.au3>
_NowDate()
Parameters
None.
Return Value
Returns the current Date in the Pc's format.
Remarks
If Date format isn't found in the registry it returns the date in the mm/dd/yyyy format.
Related
_DateTimeFormat, _Now, _NowCalc, _NowCalcDate, _NowTime
Example
#include <Date.au3>
MsgBox(0,'',"The Date is:" & _NowDate())